Vcenter NamespaceManagement LoadBalancers AviConfigSetSpec

Vcenter NamespaceManagement LoadBalancers AviConfigSetSpec
Vcenter NamespaceManagement LoadBalancers AviConfigSetSpec

Vcenter NamespaceManagement LoadBalancers AviConfigSetSpec captures the configuration data required for integration with the Avi Software Load Balancer.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "server": {
        "host": "string",
        "port": 0
    },
    "username": "string",
    "password": "string",
    "certificate_authority_chain": "string"
}
server
Required

Server is the address for the Avi Controller, used to configure Virtual Servers. Note: This field cannot be updated and should match existing value.

This property was added in vSphere API 7.0.3.0.

string
username
Required

An administrator user name for accessing the Avi Controller.

This property was added in vSphere API 7.0.3.0.

string As password As password
password
Required

The password for the administrator user.

This property was added in vSphere API 7.0.3.0.

string
certificate_authority_chain
Required

CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.

This property was added in vSphere API 7.0.3.0.